home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / graphics / dimlib10 / unit2.dfm / unit2.txt
Text File  |  1995-10-31  |  716b  |  40 lines

  1. object Form2: TForm2
  2.   Left = 200
  3.   Top = 99
  4.   Width = 281
  5.   Height = 114
  6.   Caption = 'A Typical Message'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 12
  16.     Width = 157
  17.     Height = 65
  18.     Caption = 'Are you going to be a registered DimLib user?'
  19.     WordWrap = True
  20.   end
  21.   object Button1: TButton
  22.     Left = 176
  23.     Top = 9
  24.     Width = 89
  25.     Height = 33
  26.     Caption = 'Yes'
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Button2: TButton
  31.     Left = 176
  32.     Top = 45
  33.     Width = 89
  34.     Height = 33
  35.     Caption = 'No'
  36.     TabOrder = 1
  37.     OnClick = Button2Click
  38.   end
  39. end
  40.